<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELATORIO%20B_arquivos/estilo.css">
<link rel="stylesheet" href="RELATORIO%20B_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELATORIO%20B_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELATORIO%20B_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELATORIO%20B_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELATORIO%20B_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELATORIO%20B_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | B - 1 Perodo - 07/05/2012 - 13/08/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="1" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="33" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96444" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="1 Perodo - 07/05/2012 - 13/08/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;876252&nbsp;AFRANIO GOMES BEZERRA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="876252" type="hidden"></td>
            
            <td id="colunaNotaAluno_876252_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_154" id="ci_AlunoAvaliacao_876252_154" value="78645240" type="hidden">
                <input name="nr_Nota_876252_154" id="nr_Nota_876252_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_160" id="ci_AlunoAvaliacao_876252_160" value="78644112" type="hidden">
                <input name="nr_Nota_876252_160" id="nr_Nota_876252_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_530" id="ci_AlunoAvaliacao_876252_530" value="78648502" type="hidden">
                <input name="nr_Nota_876252_530" id="nr_Nota_876252_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_780" id="ci_AlunoAvaliacao_876252_780" value="79307695" type="hidden">
                <input name="nr_Nota_876252_780" id="nr_Nota_876252_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_800" id="ci_AlunoAvaliacao_876252_800" value="78643579" type="hidden">
                <input name="nr_Nota_876252_800" id="nr_Nota_876252_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_890" id="ci_AlunoAvaliacao_876252_890" value="78648041" type="hidden">
                <input name="nr_Nota_876252_890" id="nr_Nota_876252_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_970" id="ci_AlunoAvaliacao_876252_970" value="78650246" type="hidden">
                <input name="nr_Nota_876252_970" id="nr_Nota_876252_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_3330" id="ci_AlunoAvaliacao_876252_3330" value="78646271" type="hidden">
                <input name="nr_Nota_876252_3330" id="nr_Nota_876252_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_1130" id="ci_AlunoAvaliacao_876252_1130" value="78647209" type="hidden">
                <input name="nr_Nota_876252_1130" id="nr_Nota_876252_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_1140" id="ci_AlunoAvaliacao_876252_1140" value="78644640" type="hidden">
                <input name="nr_Nota_876252_1140" id="nr_Nota_876252_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_1200" id="ci_AlunoAvaliacao_876252_1200" value="77349706" type="hidden">
                <input name="nr_Nota_876252_1200" id="nr_Nota_876252_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_1620" id="ci_AlunoAvaliacao_876252_1620" value="79772013" type="hidden">
                <input name="nr_Nota_876252_1620" id="nr_Nota_876252_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_876252_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_876252_1730" id="ci_AlunoAvaliacao_876252_1730" value="77682630" type="hidden">
                <input name="nr_Nota_876252_1730" id="nr_Nota_876252_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;352878&nbsp;ALANNA CAVALCANTE GOMES
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="352878" type="hidden"></td>
            
            <td id="colunaNotaAluno_352878_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_154" id="ci_AlunoAvaliacao_352878_154" value="78645241" type="hidden">
                <input name="nr_Nota_352878_154" id="nr_Nota_352878_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_160" id="ci_AlunoAvaliacao_352878_160" value="78644113" type="hidden">
                <input name="nr_Nota_352878_160" id="nr_Nota_352878_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_530" id="ci_AlunoAvaliacao_352878_530" value="78648503" type="hidden">
                <input name="nr_Nota_352878_530" id="nr_Nota_352878_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_780" id="ci_AlunoAvaliacao_352878_780" value="79307696" type="hidden">
                <input name="nr_Nota_352878_780" id="nr_Nota_352878_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_800" id="ci_AlunoAvaliacao_352878_800" value="78643580" type="hidden">
                <input name="nr_Nota_352878_800" id="nr_Nota_352878_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_890" id="ci_AlunoAvaliacao_352878_890" value="78648046" type="hidden">
                <input name="nr_Nota_352878_890" id="nr_Nota_352878_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_970" id="ci_AlunoAvaliacao_352878_970" value="78650247" type="hidden">
                <input name="nr_Nota_352878_970" id="nr_Nota_352878_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_3330" id="ci_AlunoAvaliacao_352878_3330" value="78646272" type="hidden">
                <input name="nr_Nota_352878_3330" id="nr_Nota_352878_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_1130" id="ci_AlunoAvaliacao_352878_1130" value="78647210" type="hidden">
                <input name="nr_Nota_352878_1130" id="nr_Nota_352878_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_1140" id="ci_AlunoAvaliacao_352878_1140" value="78644641" type="hidden">
                <input name="nr_Nota_352878_1140" id="nr_Nota_352878_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_1200" id="ci_AlunoAvaliacao_352878_1200" value="77349707" type="hidden">
                <input name="nr_Nota_352878_1200" id="nr_Nota_352878_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_1620" id="ci_AlunoAvaliacao_352878_1620" value="79772014" type="hidden">
                <input name="nr_Nota_352878_1620" id="nr_Nota_352878_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_352878_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_352878_1730" id="ci_AlunoAvaliacao_352878_1730" value="77682631" type="hidden">
                <input name="nr_Nota_352878_1730" id="nr_Nota_352878_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1520856&nbsp;ALINE CAVALCANTE GOMES
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="1520856" type="hidden"></td>
            
            <td id="colunaNotaAluno_1520856_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_154" id="ci_AlunoAvaliacao_1520856_154" value="78645242" type="hidden">
                <input name="nr_Nota_1520856_154" id="nr_Nota_1520856_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_160" id="ci_AlunoAvaliacao_1520856_160" value="78644114" type="hidden">
                <input name="nr_Nota_1520856_160" id="nr_Nota_1520856_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_530" id="ci_AlunoAvaliacao_1520856_530" value="78648504" type="hidden">
                <input name="nr_Nota_1520856_530" id="nr_Nota_1520856_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_780" id="ci_AlunoAvaliacao_1520856_780" value="79307697" type="hidden">
                <input name="nr_Nota_1520856_780" id="nr_Nota_1520856_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_800" id="ci_AlunoAvaliacao_1520856_800" value="78643581" type="hidden">
                <input name="nr_Nota_1520856_800" id="nr_Nota_1520856_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_890" id="ci_AlunoAvaliacao_1520856_890" value="78648050" type="hidden">
                <input name="nr_Nota_1520856_890" id="nr_Nota_1520856_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_970" id="ci_AlunoAvaliacao_1520856_970" value="78650248" type="hidden">
                <input name="nr_Nota_1520856_970" id="nr_Nota_1520856_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_3330" id="ci_AlunoAvaliacao_1520856_3330" value="78646273" type="hidden">
                <input name="nr_Nota_1520856_3330" id="nr_Nota_1520856_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_1130" id="ci_AlunoAvaliacao_1520856_1130" value="78647211" type="hidden">
                <input name="nr_Nota_1520856_1130" id="nr_Nota_1520856_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_1140" id="ci_AlunoAvaliacao_1520856_1140" value="78644642" type="hidden">
                <input name="nr_Nota_1520856_1140" id="nr_Nota_1520856_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_1200" id="ci_AlunoAvaliacao_1520856_1200" value="77349708" type="hidden">
                <input name="nr_Nota_1520856_1200" id="nr_Nota_1520856_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_1620" id="ci_AlunoAvaliacao_1520856_1620" value="79772015" type="hidden">
                <input name="nr_Nota_1520856_1620" id="nr_Nota_1520856_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520856_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520856_1730" id="ci_AlunoAvaliacao_1520856_1730" value="77682632" type="hidden">
                <input name="nr_Nota_1520856_1730" id="nr_Nota_1520856_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1328654&nbsp;ANA BETRIZ ALMEIDA DUARTE
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="1328654" type="hidden"></td>
            
            <td id="colunaNotaAluno_1328654_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_154" id="ci_AlunoAvaliacao_1328654_154" value="78645243" type="hidden">
                <input name="nr_Nota_1328654_154" id="nr_Nota_1328654_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_160" id="ci_AlunoAvaliacao_1328654_160" value="78644115" type="hidden">
                <input name="nr_Nota_1328654_160" id="nr_Nota_1328654_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_530" id="ci_AlunoAvaliacao_1328654_530" value="78648505" type="hidden">
                <input name="nr_Nota_1328654_530" id="nr_Nota_1328654_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_780" id="ci_AlunoAvaliacao_1328654_780" value="79307698" type="hidden">
                <input name="nr_Nota_1328654_780" id="nr_Nota_1328654_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_800" id="ci_AlunoAvaliacao_1328654_800" value="78643582" type="hidden">
                <input name="nr_Nota_1328654_800" id="nr_Nota_1328654_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_890" id="ci_AlunoAvaliacao_1328654_890" value="78648054" type="hidden">
                <input name="nr_Nota_1328654_890" id="nr_Nota_1328654_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_970" id="ci_AlunoAvaliacao_1328654_970" value="78650249" type="hidden">
                <input name="nr_Nota_1328654_970" id="nr_Nota_1328654_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_3330" id="ci_AlunoAvaliacao_1328654_3330" value="78646274" type="hidden">
                <input name="nr_Nota_1328654_3330" id="nr_Nota_1328654_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_1130" id="ci_AlunoAvaliacao_1328654_1130" value="78647212" type="hidden">
                <input name="nr_Nota_1328654_1130" id="nr_Nota_1328654_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_1140" id="ci_AlunoAvaliacao_1328654_1140" value="78644643" type="hidden">
                <input name="nr_Nota_1328654_1140" id="nr_Nota_1328654_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_1200" id="ci_AlunoAvaliacao_1328654_1200" value="77349709" type="hidden">
                <input name="nr_Nota_1328654_1200" id="nr_Nota_1328654_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_1620" id="ci_AlunoAvaliacao_1328654_1620" value="79772016" type="hidden">
                <input name="nr_Nota_1328654_1620" id="nr_Nota_1328654_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328654_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328654_1730" id="ci_AlunoAvaliacao_1328654_1730" value="77682633" type="hidden">
                <input name="nr_Nota_1328654_1730" id="nr_Nota_1328654_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1194935&nbsp;ANTONIA ALINE FERREIRA DE ALMEIDA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1194935" type="hidden"></td>
            
            <td id="colunaNotaAluno_1194935_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_154" id="ci_AlunoAvaliacao_1194935_154" value="78645244" type="hidden">
                <input name="nr_Nota_1194935_154" id="nr_Nota_1194935_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_160" id="ci_AlunoAvaliacao_1194935_160" value="78644116" type="hidden">
                <input name="nr_Nota_1194935_160" id="nr_Nota_1194935_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_530" id="ci_AlunoAvaliacao_1194935_530" value="78648506" type="hidden">
                <input name="nr_Nota_1194935_530" id="nr_Nota_1194935_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_780" id="ci_AlunoAvaliacao_1194935_780" value="79307699" type="hidden">
                <input name="nr_Nota_1194935_780" id="nr_Nota_1194935_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_800" id="ci_AlunoAvaliacao_1194935_800" value="78643583" type="hidden">
                <input name="nr_Nota_1194935_800" id="nr_Nota_1194935_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_890" id="ci_AlunoAvaliacao_1194935_890" value="78648056" type="hidden">
                <input name="nr_Nota_1194935_890" id="nr_Nota_1194935_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_970" id="ci_AlunoAvaliacao_1194935_970" value="78650250" type="hidden">
                <input name="nr_Nota_1194935_970" id="nr_Nota_1194935_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_3330" id="ci_AlunoAvaliacao_1194935_3330" value="78646275" type="hidden">
                <input name="nr_Nota_1194935_3330" id="nr_Nota_1194935_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_1130" id="ci_AlunoAvaliacao_1194935_1130" value="78647213" type="hidden">
                <input name="nr_Nota_1194935_1130" id="nr_Nota_1194935_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_1140" id="ci_AlunoAvaliacao_1194935_1140" value="78644644" type="hidden">
                <input name="nr_Nota_1194935_1140" id="nr_Nota_1194935_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_1200" id="ci_AlunoAvaliacao_1194935_1200" value="77349710" type="hidden">
                <input name="nr_Nota_1194935_1200" id="nr_Nota_1194935_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_1620" id="ci_AlunoAvaliacao_1194935_1620" value="79772017" type="hidden">
                <input name="nr_Nota_1194935_1620" id="nr_Nota_1194935_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194935_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194935_1730" id="ci_AlunoAvaliacao_1194935_1730" value="77682634" type="hidden">
                <input name="nr_Nota_1194935_1730" id="nr_Nota_1194935_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1201809&nbsp;ANTONIO BRUNO LIMA DOS SANTOS
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1201809" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201809_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_154" id="ci_AlunoAvaliacao_1201809_154" value="78645245" type="hidden">
                <input name="nr_Nota_1201809_154" id="nr_Nota_1201809_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_160" id="ci_AlunoAvaliacao_1201809_160" value="78644117" type="hidden">
                <input name="nr_Nota_1201809_160" id="nr_Nota_1201809_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_530" id="ci_AlunoAvaliacao_1201809_530" value="78648507" type="hidden">
                <input name="nr_Nota_1201809_530" id="nr_Nota_1201809_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_780" id="ci_AlunoAvaliacao_1201809_780" value="79307700" type="hidden">
                <input name="nr_Nota_1201809_780" id="nr_Nota_1201809_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_800" id="ci_AlunoAvaliacao_1201809_800" value="78643584" type="hidden">
                <input name="nr_Nota_1201809_800" id="nr_Nota_1201809_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_890" id="ci_AlunoAvaliacao_1201809_890" value="78648058" type="hidden">
                <input name="nr_Nota_1201809_890" id="nr_Nota_1201809_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_970" id="ci_AlunoAvaliacao_1201809_970" value="78650251" type="hidden">
                <input name="nr_Nota_1201809_970" id="nr_Nota_1201809_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_3330" id="ci_AlunoAvaliacao_1201809_3330" value="78646276" type="hidden">
                <input name="nr_Nota_1201809_3330" id="nr_Nota_1201809_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_1130" id="ci_AlunoAvaliacao_1201809_1130" value="78647214" type="hidden">
                <input name="nr_Nota_1201809_1130" id="nr_Nota_1201809_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_1140" id="ci_AlunoAvaliacao_1201809_1140" value="78644645" type="hidden">
                <input name="nr_Nota_1201809_1140" id="nr_Nota_1201809_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_1200" id="ci_AlunoAvaliacao_1201809_1200" value="77349711" type="hidden">
                <input name="nr_Nota_1201809_1200" id="nr_Nota_1201809_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_1620" id="ci_AlunoAvaliacao_1201809_1620" value="79772018" type="hidden">
                <input name="nr_Nota_1201809_1620" id="nr_Nota_1201809_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201809_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201809_1730" id="ci_AlunoAvaliacao_1201809_1730" value="77682635" type="hidden">
                <input name="nr_Nota_1201809_1730" id="nr_Nota_1201809_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;190243&nbsp;CRISLANE DOS SANTOS SANTIAGO
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="190243" type="hidden"></td>
            
            <td id="colunaNotaAluno_190243_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_154" id="ci_AlunoAvaliacao_190243_154" value="78645246" type="hidden">
                <input name="nr_Nota_190243_154" id="nr_Nota_190243_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_160" id="ci_AlunoAvaliacao_190243_160" value="78644118" type="hidden">
                <input name="nr_Nota_190243_160" id="nr_Nota_190243_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_530" id="ci_AlunoAvaliacao_190243_530" value="78648508" type="hidden">
                <input name="nr_Nota_190243_530" id="nr_Nota_190243_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_780" id="ci_AlunoAvaliacao_190243_780" value="79307701" type="hidden">
                <input name="nr_Nota_190243_780" id="nr_Nota_190243_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_800" id="ci_AlunoAvaliacao_190243_800" value="78643585" type="hidden">
                <input name="nr_Nota_190243_800" id="nr_Nota_190243_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_890" id="ci_AlunoAvaliacao_190243_890" value="78648060" type="hidden">
                <input name="nr_Nota_190243_890" id="nr_Nota_190243_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_970" id="ci_AlunoAvaliacao_190243_970" value="78650252" type="hidden">
                <input name="nr_Nota_190243_970" id="nr_Nota_190243_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_3330" id="ci_AlunoAvaliacao_190243_3330" value="78646277" type="hidden">
                <input name="nr_Nota_190243_3330" id="nr_Nota_190243_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_1130" id="ci_AlunoAvaliacao_190243_1130" value="78647215" type="hidden">
                <input name="nr_Nota_190243_1130" id="nr_Nota_190243_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_1140" id="ci_AlunoAvaliacao_190243_1140" value="78644646" type="hidden">
                <input name="nr_Nota_190243_1140" id="nr_Nota_190243_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_1200" id="ci_AlunoAvaliacao_190243_1200" value="77349712" type="hidden">
                <input name="nr_Nota_190243_1200" id="nr_Nota_190243_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_1620" id="ci_AlunoAvaliacao_190243_1620" value="79772019" type="hidden">
                <input name="nr_Nota_190243_1620" id="nr_Nota_190243_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_190243_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_190243_1730" id="ci_AlunoAvaliacao_190243_1730" value="77682636" type="hidden">
                <input name="nr_Nota_190243_1730" id="nr_Nota_190243_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1302060&nbsp;CRISTHOFER AQUINO GOMES
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="1302060" type="hidden"></td>
            
            <td id="colunaNotaAluno_1302060_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_154" id="ci_AlunoAvaliacao_1302060_154" value="78645247" type="hidden">
                <input name="nr_Nota_1302060_154" id="nr_Nota_1302060_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_160" id="ci_AlunoAvaliacao_1302060_160" value="78644119" type="hidden">
                <input name="nr_Nota_1302060_160" id="nr_Nota_1302060_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_530" id="ci_AlunoAvaliacao_1302060_530" value="78648509" type="hidden">
                <input name="nr_Nota_1302060_530" id="nr_Nota_1302060_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_780" id="ci_AlunoAvaliacao_1302060_780" value="79307702" type="hidden">
                <input name="nr_Nota_1302060_780" id="nr_Nota_1302060_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_800" id="ci_AlunoAvaliacao_1302060_800" value="78643586" type="hidden">
                <input name="nr_Nota_1302060_800" id="nr_Nota_1302060_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_890" id="ci_AlunoAvaliacao_1302060_890" value="78648062" type="hidden">
                <input name="nr_Nota_1302060_890" id="nr_Nota_1302060_890" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_970" id="ci_AlunoAvaliacao_1302060_970" value="78650253" type="hidden">
                <input name="nr_Nota_1302060_970" id="nr_Nota_1302060_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_3330" id="ci_AlunoAvaliacao_1302060_3330" value="78646278" type="hidden">
                <input name="nr_Nota_1302060_3330" id="nr_Nota_1302060_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_1130" id="ci_AlunoAvaliacao_1302060_1130" value="78647216" type="hidden">
                <input name="nr_Nota_1302060_1130" id="nr_Nota_1302060_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_1140" id="ci_AlunoAvaliacao_1302060_1140" value="78644647" type="hidden">
                <input name="nr_Nota_1302060_1140" id="nr_Nota_1302060_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_1200" id="ci_AlunoAvaliacao_1302060_1200" value="77349713" type="hidden">
                <input name="nr_Nota_1302060_1200" id="nr_Nota_1302060_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_1620" id="ci_AlunoAvaliacao_1302060_1620" value="79772020" type="hidden">
                <input name="nr_Nota_1302060_1620" id="nr_Nota_1302060_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302060_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302060_1730" id="ci_AlunoAvaliacao_1302060_1730" value="77682637" type="hidden">
                <input name="nr_Nota_1302060_1730" id="nr_Nota_1302060_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1669842&nbsp;EDNANDA MARIA VIEIRA DA SILVA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="1669842" type="hidden"></td>
            
            <td id="colunaNotaAluno_1669842_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_154" id="ci_AlunoAvaliacao_1669842_154" value="78645249" type="hidden">
                <input name="nr_Nota_1669842_154" id="nr_Nota_1669842_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_160" id="ci_AlunoAvaliacao_1669842_160" value="78644121" type="hidden">
                <input name="nr_Nota_1669842_160" id="nr_Nota_1669842_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_530" id="ci_AlunoAvaliacao_1669842_530" value="78648511" type="hidden">
                <input name="nr_Nota_1669842_530" id="nr_Nota_1669842_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_780" id="ci_AlunoAvaliacao_1669842_780" value="79307704" type="hidden">
                <input name="nr_Nota_1669842_780" id="nr_Nota_1669842_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_800" id="ci_AlunoAvaliacao_1669842_800" value="78643588" type="hidden">
                <input name="nr_Nota_1669842_800" id="nr_Nota_1669842_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_890" id="ci_AlunoAvaliacao_1669842_890" value="78648066" type="hidden">
                <input name="nr_Nota_1669842_890" id="nr_Nota_1669842_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_970" id="ci_AlunoAvaliacao_1669842_970" value="78650255" type="hidden">
                <input name="nr_Nota_1669842_970" id="nr_Nota_1669842_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_3330" id="ci_AlunoAvaliacao_1669842_3330" value="78646280" type="hidden">
                <input name="nr_Nota_1669842_3330" id="nr_Nota_1669842_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_1130" id="ci_AlunoAvaliacao_1669842_1130" value="78647218" type="hidden">
                <input name="nr_Nota_1669842_1130" id="nr_Nota_1669842_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_1140" id="ci_AlunoAvaliacao_1669842_1140" value="78644649" type="hidden">
                <input name="nr_Nota_1669842_1140" id="nr_Nota_1669842_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_1200" id="ci_AlunoAvaliacao_1669842_1200" value="77349715" type="hidden">
                <input name="nr_Nota_1669842_1200" id="nr_Nota_1669842_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_1620" id="ci_AlunoAvaliacao_1669842_1620" value="79772022" type="hidden">
                <input name="nr_Nota_1669842_1620" id="nr_Nota_1669842_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1669842_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1669842_1730" id="ci_AlunoAvaliacao_1669842_1730" value="77682639" type="hidden">
                <input name="nr_Nota_1669842_1730" id="nr_Nota_1669842_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197202&nbsp;FABIANO MARQUES DE ALMEIDA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1197202" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197202_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_154" id="ci_AlunoAvaliacao_1197202_154" value="78645250" type="hidden">
                <input name="nr_Nota_1197202_154" id="nr_Nota_1197202_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_160" id="ci_AlunoAvaliacao_1197202_160" value="78644122" type="hidden">
                <input name="nr_Nota_1197202_160" id="nr_Nota_1197202_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_530" id="ci_AlunoAvaliacao_1197202_530" value="78648512" type="hidden">
                <input name="nr_Nota_1197202_530" id="nr_Nota_1197202_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_780" id="ci_AlunoAvaliacao_1197202_780" value="79307705" type="hidden">
                <input name="nr_Nota_1197202_780" id="nr_Nota_1197202_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_800" id="ci_AlunoAvaliacao_1197202_800" value="78643589" type="hidden">
                <input name="nr_Nota_1197202_800" id="nr_Nota_1197202_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_890" id="ci_AlunoAvaliacao_1197202_890" value="78648068" type="hidden">
                <input name="nr_Nota_1197202_890" id="nr_Nota_1197202_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_970" id="ci_AlunoAvaliacao_1197202_970" value="78650256" type="hidden">
                <input name="nr_Nota_1197202_970" id="nr_Nota_1197202_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_3330" id="ci_AlunoAvaliacao_1197202_3330" value="78646281" type="hidden">
                <input name="nr_Nota_1197202_3330" id="nr_Nota_1197202_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_1130" id="ci_AlunoAvaliacao_1197202_1130" value="78647219" type="hidden">
                <input name="nr_Nota_1197202_1130" id="nr_Nota_1197202_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_1140" id="ci_AlunoAvaliacao_1197202_1140" value="78644650" type="hidden">
                <input name="nr_Nota_1197202_1140" id="nr_Nota_1197202_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_1200" id="ci_AlunoAvaliacao_1197202_1200" value="77349716" type="hidden">
                <input name="nr_Nota_1197202_1200" id="nr_Nota_1197202_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_1620" id="ci_AlunoAvaliacao_1197202_1620" value="79772023" type="hidden">
                <input name="nr_Nota_1197202_1620" id="nr_Nota_1197202_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197202_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197202_1730" id="ci_AlunoAvaliacao_1197202_1730" value="77682640" type="hidden">
                <input name="nr_Nota_1197202_1730" id="nr_Nota_1197202_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;401806&nbsp;FABRICIO ALVES DO VALE
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="401806" type="hidden"></td>
            
            <td id="colunaNotaAluno_401806_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_154" id="ci_AlunoAvaliacao_401806_154" value="78645251" type="hidden">
                <input name="nr_Nota_401806_154" id="nr_Nota_401806_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_160" id="ci_AlunoAvaliacao_401806_160" value="78644123" type="hidden">
                <input name="nr_Nota_401806_160" id="nr_Nota_401806_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_530" id="ci_AlunoAvaliacao_401806_530" value="78648513" type="hidden">
                <input name="nr_Nota_401806_530" id="nr_Nota_401806_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_780" id="ci_AlunoAvaliacao_401806_780" value="79307706" type="hidden">
                <input name="nr_Nota_401806_780" id="nr_Nota_401806_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_800" id="ci_AlunoAvaliacao_401806_800" value="78643590" type="hidden">
                <input name="nr_Nota_401806_800" id="nr_Nota_401806_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_890" id="ci_AlunoAvaliacao_401806_890" value="78648070" type="hidden">
                <input name="nr_Nota_401806_890" id="nr_Nota_401806_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_970" id="ci_AlunoAvaliacao_401806_970" value="78650257" type="hidden">
                <input name="nr_Nota_401806_970" id="nr_Nota_401806_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_3330" id="ci_AlunoAvaliacao_401806_3330" value="78646282" type="hidden">
                <input name="nr_Nota_401806_3330" id="nr_Nota_401806_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_1130" id="ci_AlunoAvaliacao_401806_1130" value="78647220" type="hidden">
                <input name="nr_Nota_401806_1130" id="nr_Nota_401806_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_1140" id="ci_AlunoAvaliacao_401806_1140" value="78644651" type="hidden">
                <input name="nr_Nota_401806_1140" id="nr_Nota_401806_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_1200" id="ci_AlunoAvaliacao_401806_1200" value="77349717" type="hidden">
                <input name="nr_Nota_401806_1200" id="nr_Nota_401806_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_1620" id="ci_AlunoAvaliacao_401806_1620" value="79772024" type="hidden">
                <input name="nr_Nota_401806_1620" id="nr_Nota_401806_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_401806_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_401806_1730" id="ci_AlunoAvaliacao_401806_1730" value="77682641" type="hidden">
                <input name="nr_Nota_401806_1730" id="nr_Nota_401806_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;235885&nbsp;FRANCISCA EDRYELE DE ALMEIDA SOUZA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="235885" type="hidden"></td>
            
            <td id="colunaNotaAluno_235885_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_154" id="ci_AlunoAvaliacao_235885_154" value="79317507" type="hidden">
                <input name="nr_Nota_235885_154" id="nr_Nota_235885_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_160" id="ci_AlunoAvaliacao_235885_160" value="80008578" type="hidden">
                <input name="nr_Nota_235885_160" id="nr_Nota_235885_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_530" id="ci_AlunoAvaliacao_235885_530" value="78808375" type="hidden">
                <input name="nr_Nota_235885_530" id="nr_Nota_235885_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_780" id="ci_AlunoAvaliacao_235885_780" value="79090815" type="hidden">
                <input name="nr_Nota_235885_780" id="nr_Nota_235885_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_800" id="ci_AlunoAvaliacao_235885_800" value="78825026" type="hidden">
                <input name="nr_Nota_235885_800" id="nr_Nota_235885_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_890" id="ci_AlunoAvaliacao_235885_890" value="78944077" type="hidden">
                <input name="nr_Nota_235885_890" id="nr_Nota_235885_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_970" id="ci_AlunoAvaliacao_235885_970" value="78790786" type="hidden">
                <input name="nr_Nota_235885_970" id="nr_Nota_235885_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_3330" id="ci_AlunoAvaliacao_235885_3330" value="79265099" type="hidden">
                <input name="nr_Nota_235885_3330" id="nr_Nota_235885_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_1130" id="ci_AlunoAvaliacao_235885_1130" value="78941668" type="hidden">
                <input name="nr_Nota_235885_1130" id="nr_Nota_235885_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_1140" id="ci_AlunoAvaliacao_235885_1140" value="78775717" type="hidden">
                <input name="nr_Nota_235885_1140" id="nr_Nota_235885_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_1200" id="ci_AlunoAvaliacao_235885_1200" value="78770487" type="hidden">
                <input name="nr_Nota_235885_1200" id="nr_Nota_235885_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_1620" id="ci_AlunoAvaliacao_235885_1620" value="78878425" type="hidden">
                <input name="nr_Nota_235885_1620" id="nr_Nota_235885_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_235885_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_235885_1730" id="ci_AlunoAvaliacao_235885_1730" value="79305317" type="hidden">
                <input name="nr_Nota_235885_1730" id="nr_Nota_235885_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228677&nbsp;FRANCISCO CARLOS DE LIMA NETO
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1228677" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228677_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_154" id="ci_AlunoAvaliacao_1228677_154" value="78645254" type="hidden">
                <input name="nr_Nota_1228677_154" id="nr_Nota_1228677_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_160" id="ci_AlunoAvaliacao_1228677_160" value="78644126" type="hidden">
                <input name="nr_Nota_1228677_160" id="nr_Nota_1228677_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_530" id="ci_AlunoAvaliacao_1228677_530" value="78648516" type="hidden">
                <input name="nr_Nota_1228677_530" id="nr_Nota_1228677_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_780" id="ci_AlunoAvaliacao_1228677_780" value="79307709" type="hidden">
                <input name="nr_Nota_1228677_780" id="nr_Nota_1228677_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_800" id="ci_AlunoAvaliacao_1228677_800" value="78643593" type="hidden">
                <input name="nr_Nota_1228677_800" id="nr_Nota_1228677_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_890" id="ci_AlunoAvaliacao_1228677_890" value="78648077" type="hidden">
                <input name="nr_Nota_1228677_890" id="nr_Nota_1228677_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_970" id="ci_AlunoAvaliacao_1228677_970" value="78650260" type="hidden">
                <input name="nr_Nota_1228677_970" id="nr_Nota_1228677_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_3330" id="ci_AlunoAvaliacao_1228677_3330" value="78646285" type="hidden">
                <input name="nr_Nota_1228677_3330" id="nr_Nota_1228677_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_1130" id="ci_AlunoAvaliacao_1228677_1130" value="78647223" type="hidden">
                <input name="nr_Nota_1228677_1130" id="nr_Nota_1228677_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_1140" id="ci_AlunoAvaliacao_1228677_1140" value="78644654" type="hidden">
                <input name="nr_Nota_1228677_1140" id="nr_Nota_1228677_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_1200" id="ci_AlunoAvaliacao_1228677_1200" value="77349720" type="hidden">
                <input name="nr_Nota_1228677_1200" id="nr_Nota_1228677_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_1620" id="ci_AlunoAvaliacao_1228677_1620" value="79772027" type="hidden">
                <input name="nr_Nota_1228677_1620" id="nr_Nota_1228677_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228677_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228677_1730" id="ci_AlunoAvaliacao_1228677_1730" value="77682644" type="hidden">
                <input name="nr_Nota_1228677_1730" id="nr_Nota_1228677_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2403848&nbsp;FRANCISCO OLAVO DE VASCONCELOS MARTINS JUNIOR
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="2403848" type="hidden"></td>
            
            <td id="colunaNotaAluno_2403848_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_154" id="ci_AlunoAvaliacao_2403848_154" value="78645255" type="hidden">
                <input name="nr_Nota_2403848_154" id="nr_Nota_2403848_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_160" id="ci_AlunoAvaliacao_2403848_160" value="78644127" type="hidden">
                <input name="nr_Nota_2403848_160" id="nr_Nota_2403848_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_530" id="ci_AlunoAvaliacao_2403848_530" value="78648517" type="hidden">
                <input name="nr_Nota_2403848_530" id="nr_Nota_2403848_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_780" id="ci_AlunoAvaliacao_2403848_780" value="79307710" type="hidden">
                <input name="nr_Nota_2403848_780" id="nr_Nota_2403848_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_800" id="ci_AlunoAvaliacao_2403848_800" value="78643594" type="hidden">
                <input name="nr_Nota_2403848_800" id="nr_Nota_2403848_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_890" id="ci_AlunoAvaliacao_2403848_890" value="78648079" type="hidden">
                <input name="nr_Nota_2403848_890" id="nr_Nota_2403848_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_970" id="ci_AlunoAvaliacao_2403848_970" value="78650261" type="hidden">
                <input name="nr_Nota_2403848_970" id="nr_Nota_2403848_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_3330" id="ci_AlunoAvaliacao_2403848_3330" value="78646286" type="hidden">
                <input name="nr_Nota_2403848_3330" id="nr_Nota_2403848_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_1130" id="ci_AlunoAvaliacao_2403848_1130" value="78647224" type="hidden">
                <input name="nr_Nota_2403848_1130" id="nr_Nota_2403848_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_1140" id="ci_AlunoAvaliacao_2403848_1140" value="78644655" type="hidden">
                <input name="nr_Nota_2403848_1140" id="nr_Nota_2403848_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_1200" id="ci_AlunoAvaliacao_2403848_1200" value="77349721" type="hidden">
                <input name="nr_Nota_2403848_1200" id="nr_Nota_2403848_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_1620" id="ci_AlunoAvaliacao_2403848_1620" value="79772028" type="hidden">
                <input name="nr_Nota_2403848_1620" id="nr_Nota_2403848_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403848_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403848_1730" id="ci_AlunoAvaliacao_2403848_1730" value="77682645" type="hidden">
                <input name="nr_Nota_2403848_1730" id="nr_Nota_2403848_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1443264&nbsp;FREDERICO LUA BRANCA ALENCAR DA MOTA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1443264" type="hidden"></td>
            
            <td id="colunaNotaAluno_1443264_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_154" id="ci_AlunoAvaliacao_1443264_154" value="78645256" type="hidden">
                <input name="nr_Nota_1443264_154" id="nr_Nota_1443264_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_160" id="ci_AlunoAvaliacao_1443264_160" value="78644128" type="hidden">
                <input name="nr_Nota_1443264_160" id="nr_Nota_1443264_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_530" id="ci_AlunoAvaliacao_1443264_530" value="70841202" type="hidden">
                <input name="nr_Nota_1443264_530" id="nr_Nota_1443264_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_780" id="ci_AlunoAvaliacao_1443264_780" value="69781626" type="hidden">
                <input name="nr_Nota_1443264_780" id="nr_Nota_1443264_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_800" id="ci_AlunoAvaliacao_1443264_800" value="78643595" type="hidden">
                <input name="nr_Nota_1443264_800" id="nr_Nota_1443264_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_890" id="ci_AlunoAvaliacao_1443264_890" value="78648081" type="hidden">
                <input name="nr_Nota_1443264_890" id="nr_Nota_1443264_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_970" id="ci_AlunoAvaliacao_1443264_970" value="78650262" type="hidden">
                <input name="nr_Nota_1443264_970" id="nr_Nota_1443264_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_3330" id="ci_AlunoAvaliacao_1443264_3330" value="78646287" type="hidden">
                <input name="nr_Nota_1443264_3330" id="nr_Nota_1443264_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_1130" id="ci_AlunoAvaliacao_1443264_1130" value="71193192" type="hidden">
                <input name="nr_Nota_1443264_1130" id="nr_Nota_1443264_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_1140" id="ci_AlunoAvaliacao_1443264_1140" value="78644656" type="hidden">
                <input name="nr_Nota_1443264_1140" id="nr_Nota_1443264_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_1200" id="ci_AlunoAvaliacao_1443264_1200" value="77349722" type="hidden">
                <input name="nr_Nota_1443264_1200" id="nr_Nota_1443264_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_1620" id="ci_AlunoAvaliacao_1443264_1620" value="79772031" type="hidden">
                <input name="nr_Nota_1443264_1620" id="nr_Nota_1443264_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1443264_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1443264_1730" id="ci_AlunoAvaliacao_1443264_1730" value="69782799" type="hidden">
                <input name="nr_Nota_1443264_1730" id="nr_Nota_1443264_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2403014&nbsp;HANDERSON CAIO OLIVEIRA DE NOJOSA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="2403014" type="hidden"></td>
            
            <td id="colunaNotaAluno_2403014_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_154" id="ci_AlunoAvaliacao_2403014_154" value="78645258" type="hidden">
                <input name="nr_Nota_2403014_154" id="nr_Nota_2403014_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_160" id="ci_AlunoAvaliacao_2403014_160" value="78644130" type="hidden">
                <input name="nr_Nota_2403014_160" id="nr_Nota_2403014_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_530" id="ci_AlunoAvaliacao_2403014_530" value="78648519" type="hidden">
                <input name="nr_Nota_2403014_530" id="nr_Nota_2403014_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_780" id="ci_AlunoAvaliacao_2403014_780" value="79307712" type="hidden">
                <input name="nr_Nota_2403014_780" id="nr_Nota_2403014_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_800" id="ci_AlunoAvaliacao_2403014_800" value="78643597" type="hidden">
                <input name="nr_Nota_2403014_800" id="nr_Nota_2403014_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_890" id="ci_AlunoAvaliacao_2403014_890" value="78648085" type="hidden">
                <input name="nr_Nota_2403014_890" id="nr_Nota_2403014_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_970" id="ci_AlunoAvaliacao_2403014_970" value="78650264" type="hidden">
                <input name="nr_Nota_2403014_970" id="nr_Nota_2403014_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_3330" id="ci_AlunoAvaliacao_2403014_3330" value="78646289" type="hidden">
                <input name="nr_Nota_2403014_3330" id="nr_Nota_2403014_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_1130" id="ci_AlunoAvaliacao_2403014_1130" value="78647226" type="hidden">
                <input name="nr_Nota_2403014_1130" id="nr_Nota_2403014_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_1140" id="ci_AlunoAvaliacao_2403014_1140" value="78644658" type="hidden">
                <input name="nr_Nota_2403014_1140" id="nr_Nota_2403014_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_1200" id="ci_AlunoAvaliacao_2403014_1200" value="77349724" type="hidden">
                <input name="nr_Nota_2403014_1200" id="nr_Nota_2403014_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_1620" id="ci_AlunoAvaliacao_2403014_1620" value="79772036" type="hidden">
                <input name="nr_Nota_2403014_1620" id="nr_Nota_2403014_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403014_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403014_1730" id="ci_AlunoAvaliacao_2403014_1730" value="77682647" type="hidden">
                <input name="nr_Nota_2403014_1730" id="nr_Nota_2403014_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;239045&nbsp;JOSE GLADYSON GONCALVES SIPAUBA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="239045" type="hidden"></td>
            
            <td id="colunaNotaAluno_239045_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_154" id="ci_AlunoAvaliacao_239045_154" value="78645259" type="hidden">
                <input name="nr_Nota_239045_154" id="nr_Nota_239045_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_160" id="ci_AlunoAvaliacao_239045_160" value="78644131" type="hidden">
                <input name="nr_Nota_239045_160" id="nr_Nota_239045_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_530" id="ci_AlunoAvaliacao_239045_530" value="78648520" type="hidden">
                <input name="nr_Nota_239045_530" id="nr_Nota_239045_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_780" id="ci_AlunoAvaliacao_239045_780" value="79307713" type="hidden">
                <input name="nr_Nota_239045_780" id="nr_Nota_239045_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_800" id="ci_AlunoAvaliacao_239045_800" value="78643598" type="hidden">
                <input name="nr_Nota_239045_800" id="nr_Nota_239045_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_890" id="ci_AlunoAvaliacao_239045_890" value="78648087" type="hidden">
                <input name="nr_Nota_239045_890" id="nr_Nota_239045_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_970" id="ci_AlunoAvaliacao_239045_970" value="78650265" type="hidden">
                <input name="nr_Nota_239045_970" id="nr_Nota_239045_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_3330" id="ci_AlunoAvaliacao_239045_3330" value="78646290" type="hidden">
                <input name="nr_Nota_239045_3330" id="nr_Nota_239045_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_1130" id="ci_AlunoAvaliacao_239045_1130" value="78647227" type="hidden">
                <input name="nr_Nota_239045_1130" id="nr_Nota_239045_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_1140" id="ci_AlunoAvaliacao_239045_1140" value="78644659" type="hidden">
                <input name="nr_Nota_239045_1140" id="nr_Nota_239045_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_1200" id="ci_AlunoAvaliacao_239045_1200" value="77349725" type="hidden">
                <input name="nr_Nota_239045_1200" id="nr_Nota_239045_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_1620" id="ci_AlunoAvaliacao_239045_1620" value="79772038" type="hidden">
                <input name="nr_Nota_239045_1620" id="nr_Nota_239045_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_239045_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_239045_1730" id="ci_AlunoAvaliacao_239045_1730" value="77682648" type="hidden">
                <input name="nr_Nota_239045_1730" id="nr_Nota_239045_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;895017&nbsp;JOYCE FERREIRA DE PAIVA
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="895017" type="hidden"></td>
            
            <td id="colunaNotaAluno_895017_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_154" id="ci_AlunoAvaliacao_895017_154" value="78645260" type="hidden">
                <input name="nr_Nota_895017_154" id="nr_Nota_895017_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_160" id="ci_AlunoAvaliacao_895017_160" value="78644132" type="hidden">
                <input name="nr_Nota_895017_160" id="nr_Nota_895017_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_530" id="ci_AlunoAvaliacao_895017_530" value="78648521" type="hidden">
                <input name="nr_Nota_895017_530" id="nr_Nota_895017_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_780" id="ci_AlunoAvaliacao_895017_780" value="79307714" type="hidden">
                <input name="nr_Nota_895017_780" id="nr_Nota_895017_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_800" id="ci_AlunoAvaliacao_895017_800" value="78643599" type="hidden">
                <input name="nr_Nota_895017_800" id="nr_Nota_895017_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_890" id="ci_AlunoAvaliacao_895017_890" value="78648089" type="hidden">
                <input name="nr_Nota_895017_890" id="nr_Nota_895017_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_970" id="ci_AlunoAvaliacao_895017_970" value="78650266" type="hidden">
                <input name="nr_Nota_895017_970" id="nr_Nota_895017_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_3330" id="ci_AlunoAvaliacao_895017_3330" value="78646291" type="hidden">
                <input name="nr_Nota_895017_3330" id="nr_Nota_895017_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_1130" id="ci_AlunoAvaliacao_895017_1130" value="78647228" type="hidden">
                <input name="nr_Nota_895017_1130" id="nr_Nota_895017_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_1140" id="ci_AlunoAvaliacao_895017_1140" value="78644660" type="hidden">
                <input name="nr_Nota_895017_1140" id="nr_Nota_895017_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_1200" id="ci_AlunoAvaliacao_895017_1200" value="77349726" type="hidden">
                <input name="nr_Nota_895017_1200" id="nr_Nota_895017_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_1620" id="ci_AlunoAvaliacao_895017_1620" value="79772040" type="hidden">
                <input name="nr_Nota_895017_1620" id="nr_Nota_895017_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_895017_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_895017_1730" id="ci_AlunoAvaliacao_895017_1730" value="77682649" type="hidden">
                <input name="nr_Nota_895017_1730" id="nr_Nota_895017_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;557302&nbsp;LEANDRO AUGUSTO FERREIRA DE FREITAS
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="557302" type="hidden"></td>
            
            <td id="colunaNotaAluno_557302_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_154" id="ci_AlunoAvaliacao_557302_154" value="78645261" type="hidden">
                <input name="nr_Nota_557302_154" id="nr_Nota_557302_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_160" id="ci_AlunoAvaliacao_557302_160" value="78644133" type="hidden">
                <input name="nr_Nota_557302_160" id="nr_Nota_557302_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_530" id="ci_AlunoAvaliacao_557302_530" value="78648522" type="hidden">
                <input name="nr_Nota_557302_530" id="nr_Nota_557302_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_780" id="ci_AlunoAvaliacao_557302_780" value="79307715" type="hidden">
                <input name="nr_Nota_557302_780" id="nr_Nota_557302_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_800" id="ci_AlunoAvaliacao_557302_800" value="78643600" type="hidden">
                <input name="nr_Nota_557302_800" id="nr_Nota_557302_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_890" id="ci_AlunoAvaliacao_557302_890" value="78648091" type="hidden">
                <input name="nr_Nota_557302_890" id="nr_Nota_557302_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_970" id="ci_AlunoAvaliacao_557302_970" value="78650267" type="hidden">
                <input name="nr_Nota_557302_970" id="nr_Nota_557302_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_3330" id="ci_AlunoAvaliacao_557302_3330" value="78646292" type="hidden">
                <input name="nr_Nota_557302_3330" id="nr_Nota_557302_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_1130" id="ci_AlunoAvaliacao_557302_1130" value="78647229" type="hidden">
                <input name="nr_Nota_557302_1130" id="nr_Nota_557302_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_1140" id="ci_AlunoAvaliacao_557302_1140" value="78644661" type="hidden">
                <input name="nr_Nota_557302_1140" id="nr_Nota_557302_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_1200" id="ci_AlunoAvaliacao_557302_1200" value="77349727" type="hidden">
                <input name="nr_Nota_557302_1200" id="nr_Nota_557302_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_1620" id="ci_AlunoAvaliacao_557302_1620" value="79772045" type="hidden">
                <input name="nr_Nota_557302_1620" id="nr_Nota_557302_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_557302_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_557302_1730" id="ci_AlunoAvaliacao_557302_1730" value="77682650" type="hidden">
                <input name="nr_Nota_557302_1730" id="nr_Nota_557302_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2403150&nbsp;LUCAS BARBOSA RIOS
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="2403150" type="hidden"></td>
            
            <td id="colunaNotaAluno_2403150_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_154" id="ci_AlunoAvaliacao_2403150_154" value="78645262" type="hidden">
                <input name="nr_Nota_2403150_154" id="nr_Nota_2403150_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_160" id="ci_AlunoAvaliacao_2403150_160" value="78644134" type="hidden">
                <input name="nr_Nota_2403150_160" id="nr_Nota_2403150_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_530" id="ci_AlunoAvaliacao_2403150_530" value="78648523" type="hidden">
                <input name="nr_Nota_2403150_530" id="nr_Nota_2403150_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_780" id="ci_AlunoAvaliacao_2403150_780" value="79307716" type="hidden">
                <input name="nr_Nota_2403150_780" id="nr_Nota_2403150_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_800" id="ci_AlunoAvaliacao_2403150_800" value="78643601" type="hidden">
                <input name="nr_Nota_2403150_800" id="nr_Nota_2403150_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_890" id="ci_AlunoAvaliacao_2403150_890" value="78648093" type="hidden">
                <input name="nr_Nota_2403150_890" id="nr_Nota_2403150_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_970" id="ci_AlunoAvaliacao_2403150_970" value="78650268" type="hidden">
                <input name="nr_Nota_2403150_970" id="nr_Nota_2403150_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_3330" id="ci_AlunoAvaliacao_2403150_3330" value="78646293" type="hidden">
                <input name="nr_Nota_2403150_3330" id="nr_Nota_2403150_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_1130" id="ci_AlunoAvaliacao_2403150_1130" value="78647230" type="hidden">
                <input name="nr_Nota_2403150_1130" id="nr_Nota_2403150_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_1140" id="ci_AlunoAvaliacao_2403150_1140" value="78644662" type="hidden">
                <input name="nr_Nota_2403150_1140" id="nr_Nota_2403150_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_1200" id="ci_AlunoAvaliacao_2403150_1200" value="77349728" type="hidden">
                <input name="nr_Nota_2403150_1200" id="nr_Nota_2403150_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_1620" id="ci_AlunoAvaliacao_2403150_1620" value="79772048" type="hidden">
                <input name="nr_Nota_2403150_1620" id="nr_Nota_2403150_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2403150_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2403150_1730" id="ci_AlunoAvaliacao_2403150_1730" value="77682651" type="hidden">
                <input name="nr_Nota_2403150_1730" id="nr_Nota_2403150_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1170871&nbsp;MATEUS DAMASCENO RODRIGUES
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1170871" type="hidden"></td>
            
            <td id="colunaNotaAluno_1170871_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_154" id="ci_AlunoAvaliacao_1170871_154" value="78645264" type="hidden">
                <input name="nr_Nota_1170871_154" id="nr_Nota_1170871_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_160" id="ci_AlunoAvaliacao_1170871_160" value="78644136" type="hidden">
                <input name="nr_Nota_1170871_160" id="nr_Nota_1170871_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_530" id="ci_AlunoAvaliacao_1170871_530" value="78648525" type="hidden">
                <input name="nr_Nota_1170871_530" id="nr_Nota_1170871_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_780" id="ci_AlunoAvaliacao_1170871_780" value="79307718" type="hidden">
                <input name="nr_Nota_1170871_780" id="nr_Nota_1170871_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_800" id="ci_AlunoAvaliacao_1170871_800" value="78643603" type="hidden">
                <input name="nr_Nota_1170871_800" id="nr_Nota_1170871_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_890" id="ci_AlunoAvaliacao_1170871_890" value="78648097" type="hidden">
                <input name="nr_Nota_1170871_890" id="nr_Nota_1170871_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_970" id="ci_AlunoAvaliacao_1170871_970" value="78650270" type="hidden">
                <input name="nr_Nota_1170871_970" id="nr_Nota_1170871_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_3330" id="ci_AlunoAvaliacao_1170871_3330" value="78646295" type="hidden">
                <input name="nr_Nota_1170871_3330" id="nr_Nota_1170871_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_1130" id="ci_AlunoAvaliacao_1170871_1130" value="78647232" type="hidden">
                <input name="nr_Nota_1170871_1130" id="nr_Nota_1170871_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_1140" id="ci_AlunoAvaliacao_1170871_1140" value="78644664" type="hidden">
                <input name="nr_Nota_1170871_1140" id="nr_Nota_1170871_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_1200" id="ci_AlunoAvaliacao_1170871_1200" value="77349730" type="hidden">
                <input name="nr_Nota_1170871_1200" id="nr_Nota_1170871_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_1620" id="ci_AlunoAvaliacao_1170871_1620" value="79772051" type="hidden">
                <input name="nr_Nota_1170871_1620" id="nr_Nota_1170871_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170871_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170871_1730" id="ci_AlunoAvaliacao_1170871_1730" value="77682653" type="hidden">
                <input name="nr_Nota_1170871_1730" id="nr_Nota_1170871_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;496207&nbsp;MATEUS SANTANA DE ARAUJO
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="496207" type="hidden"></td>
            
            <td id="colunaNotaAluno_496207_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_154" id="ci_AlunoAvaliacao_496207_154" value="78645265" type="hidden">
                <input name="nr_Nota_496207_154" id="nr_Nota_496207_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_160" id="ci_AlunoAvaliacao_496207_160" value="78644137" type="hidden">
                <input name="nr_Nota_496207_160" id="nr_Nota_496207_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_530" id="ci_AlunoAvaliacao_496207_530" value="78648526" type="hidden">
                <input name="nr_Nota_496207_530" id="nr_Nota_496207_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_780" id="ci_AlunoAvaliacao_496207_780" value="79307719" type="hidden">
                <input name="nr_Nota_496207_780" id="nr_Nota_496207_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_800" id="ci_AlunoAvaliacao_496207_800" value="78643604" type="hidden">
                <input name="nr_Nota_496207_800" id="nr_Nota_496207_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_890" id="ci_AlunoAvaliacao_496207_890" value="78648099" type="hidden">
                <input name="nr_Nota_496207_890" id="nr_Nota_496207_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_970" id="ci_AlunoAvaliacao_496207_970" value="78650271" type="hidden">
                <input name="nr_Nota_496207_970" id="nr_Nota_496207_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_3330" id="ci_AlunoAvaliacao_496207_3330" value="78646296" type="hidden">
                <input name="nr_Nota_496207_3330" id="nr_Nota_496207_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_1130" id="ci_AlunoAvaliacao_496207_1130" value="78647233" type="hidden">
                <input name="nr_Nota_496207_1130" id="nr_Nota_496207_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_1140" id="ci_AlunoAvaliacao_496207_1140" value="78644665" type="hidden">
                <input name="nr_Nota_496207_1140" id="nr_Nota_496207_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_1200" id="ci_AlunoAvaliacao_496207_1200" value="77349731" type="hidden">
                <input name="nr_Nota_496207_1200" id="nr_Nota_496207_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_1620" id="ci_AlunoAvaliacao_496207_1620" value="79772052" type="hidden">
                <input name="nr_Nota_496207_1620" id="nr_Nota_496207_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496207_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496207_1730" id="ci_AlunoAvaliacao_496207_1730" value="77682654" type="hidden">
                <input name="nr_Nota_496207_1730" id="nr_Nota_496207_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;894684&nbsp;MIKAELLY MACEDO TEIXEIRA
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="894684" type="hidden"></td>
            
            <td id="colunaNotaAluno_894684_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_154" id="ci_AlunoAvaliacao_894684_154" value="78645267" type="hidden">
                <input name="nr_Nota_894684_154" id="nr_Nota_894684_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_160" id="ci_AlunoAvaliacao_894684_160" value="78644139" type="hidden">
                <input name="nr_Nota_894684_160" id="nr_Nota_894684_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_530" id="ci_AlunoAvaliacao_894684_530" value="78648528" type="hidden">
                <input name="nr_Nota_894684_530" id="nr_Nota_894684_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_780" id="ci_AlunoAvaliacao_894684_780" value="79307721" type="hidden">
                <input name="nr_Nota_894684_780" id="nr_Nota_894684_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_800" id="ci_AlunoAvaliacao_894684_800" value="78643606" type="hidden">
                <input name="nr_Nota_894684_800" id="nr_Nota_894684_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_890" id="ci_AlunoAvaliacao_894684_890" value="78648102" type="hidden">
                <input name="nr_Nota_894684_890" id="nr_Nota_894684_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_970" id="ci_AlunoAvaliacao_894684_970" value="78650273" type="hidden">
                <input name="nr_Nota_894684_970" id="nr_Nota_894684_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_3330" id="ci_AlunoAvaliacao_894684_3330" value="78646298" type="hidden">
                <input name="nr_Nota_894684_3330" id="nr_Nota_894684_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_1130" id="ci_AlunoAvaliacao_894684_1130" value="78647235" type="hidden">
                <input name="nr_Nota_894684_1130" id="nr_Nota_894684_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_1140" id="ci_AlunoAvaliacao_894684_1140" value="78644667" type="hidden">
                <input name="nr_Nota_894684_1140" id="nr_Nota_894684_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_1200" id="ci_AlunoAvaliacao_894684_1200" value="77349733" type="hidden">
                <input name="nr_Nota_894684_1200" id="nr_Nota_894684_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_1620" id="ci_AlunoAvaliacao_894684_1620" value="79772054" type="hidden">
                <input name="nr_Nota_894684_1620" id="nr_Nota_894684_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894684_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894684_1730" id="ci_AlunoAvaliacao_894684_1730" value="77682656" type="hidden">
                <input name="nr_Nota_894684_1730" id="nr_Nota_894684_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1195678&nbsp;MILENA DOS SANTOS DA COSTA
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1195678" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195678_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_154" id="ci_AlunoAvaliacao_1195678_154" value="78645268" type="hidden">
                <input name="nr_Nota_1195678_154" id="nr_Nota_1195678_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_160" id="ci_AlunoAvaliacao_1195678_160" value="78644140" type="hidden">
                <input name="nr_Nota_1195678_160" id="nr_Nota_1195678_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_530" id="ci_AlunoAvaliacao_1195678_530" value="78648529" type="hidden">
                <input name="nr_Nota_1195678_530" id="nr_Nota_1195678_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_780" id="ci_AlunoAvaliacao_1195678_780" value="79307722" type="hidden">
                <input name="nr_Nota_1195678_780" id="nr_Nota_1195678_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_800" id="ci_AlunoAvaliacao_1195678_800" value="78643607" type="hidden">
                <input name="nr_Nota_1195678_800" id="nr_Nota_1195678_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_890" id="ci_AlunoAvaliacao_1195678_890" value="78648104" type="hidden">
                <input name="nr_Nota_1195678_890" id="nr_Nota_1195678_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_970" id="ci_AlunoAvaliacao_1195678_970" value="78650274" type="hidden">
                <input name="nr_Nota_1195678_970" id="nr_Nota_1195678_970" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_3330" id="ci_AlunoAvaliacao_1195678_3330" value="78646299" type="hidden">
                <input name="nr_Nota_1195678_3330" id="nr_Nota_1195678_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_1130" id="ci_AlunoAvaliacao_1195678_1130" value="78647236" type="hidden">
                <input name="nr_Nota_1195678_1130" id="nr_Nota_1195678_1130" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_1140" id="ci_AlunoAvaliacao_1195678_1140" value="78644668" type="hidden">
                <input name="nr_Nota_1195678_1140" id="nr_Nota_1195678_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_1200" id="ci_AlunoAvaliacao_1195678_1200" value="77349734" type="hidden">
                <input name="nr_Nota_1195678_1200" id="nr_Nota_1195678_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_1620" id="ci_AlunoAvaliacao_1195678_1620" value="79772055" type="hidden">
                <input name="nr_Nota_1195678_1620" id="nr_Nota_1195678_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195678_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195678_1730" id="ci_AlunoAvaliacao_1195678_1730" value="77682657" type="hidden">
                <input name="nr_Nota_1195678_1730" id="nr_Nota_1195678_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;494232&nbsp;NATALY GOMES DE MENEZES
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="494232" type="hidden"></td>
            
            <td id="colunaNotaAluno_494232_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_154" id="ci_AlunoAvaliacao_494232_154" value="78645269" type="hidden">
                <input name="nr_Nota_494232_154" id="nr_Nota_494232_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_160" id="ci_AlunoAvaliacao_494232_160" value="78644141" type="hidden">
                <input name="nr_Nota_494232_160" id="nr_Nota_494232_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_530" id="ci_AlunoAvaliacao_494232_530" value="78648530" type="hidden">
                <input name="nr_Nota_494232_530" id="nr_Nota_494232_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_780" id="ci_AlunoAvaliacao_494232_780" value="79307723" type="hidden">
                <input name="nr_Nota_494232_780" id="nr_Nota_494232_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_800" id="ci_AlunoAvaliacao_494232_800" value="78643608" type="hidden">
                <input name="nr_Nota_494232_800" id="nr_Nota_494232_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_890" id="ci_AlunoAvaliacao_494232_890" value="78648106" type="hidden">
                <input name="nr_Nota_494232_890" id="nr_Nota_494232_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_970" id="ci_AlunoAvaliacao_494232_970" value="78650275" type="hidden">
                <input name="nr_Nota_494232_970" id="nr_Nota_494232_970" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_3330" id="ci_AlunoAvaliacao_494232_3330" value="78646300" type="hidden">
                <input name="nr_Nota_494232_3330" id="nr_Nota_494232_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_1130" id="ci_AlunoAvaliacao_494232_1130" value="78647237" type="hidden">
                <input name="nr_Nota_494232_1130" id="nr_Nota_494232_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_1140" id="ci_AlunoAvaliacao_494232_1140" value="78644669" type="hidden">
                <input name="nr_Nota_494232_1140" id="nr_Nota_494232_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_1200" id="ci_AlunoAvaliacao_494232_1200" value="77349735" type="hidden">
                <input name="nr_Nota_494232_1200" id="nr_Nota_494232_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_1620" id="ci_AlunoAvaliacao_494232_1620" value="79772056" type="hidden">
                <input name="nr_Nota_494232_1620" id="nr_Nota_494232_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494232_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494232_1730" id="ci_AlunoAvaliacao_494232_1730" value="77682658" type="hidden">
                <input name="nr_Nota_494232_1730" id="nr_Nota_494232_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1521088&nbsp;PHYLYP BRENDO SOUSA CAVALCANTE
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1521088" type="hidden"></td>
            
            <td id="colunaNotaAluno_1521088_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_154" id="ci_AlunoAvaliacao_1521088_154" value="78645272" type="hidden">
                <input name="nr_Nota_1521088_154" id="nr_Nota_1521088_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_160" id="ci_AlunoAvaliacao_1521088_160" value="78644144" type="hidden">
                <input name="nr_Nota_1521088_160" id="nr_Nota_1521088_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_530" id="ci_AlunoAvaliacao_1521088_530" value="78648533" type="hidden">
                <input name="nr_Nota_1521088_530" id="nr_Nota_1521088_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_780" id="ci_AlunoAvaliacao_1521088_780" value="79307726" type="hidden">
                <input name="nr_Nota_1521088_780" id="nr_Nota_1521088_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_800" id="ci_AlunoAvaliacao_1521088_800" value="78643611" type="hidden">
                <input name="nr_Nota_1521088_800" id="nr_Nota_1521088_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_890" id="ci_AlunoAvaliacao_1521088_890" value="78648109" type="hidden">
                <input name="nr_Nota_1521088_890" id="nr_Nota_1521088_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_970" id="ci_AlunoAvaliacao_1521088_970" value="78650278" type="hidden">
                <input name="nr_Nota_1521088_970" id="nr_Nota_1521088_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_3330" id="ci_AlunoAvaliacao_1521088_3330" value="78646303" type="hidden">
                <input name="nr_Nota_1521088_3330" id="nr_Nota_1521088_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_1130" id="ci_AlunoAvaliacao_1521088_1130" value="78647240" type="hidden">
                <input name="nr_Nota_1521088_1130" id="nr_Nota_1521088_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_1140" id="ci_AlunoAvaliacao_1521088_1140" value="78644672" type="hidden">
                <input name="nr_Nota_1521088_1140" id="nr_Nota_1521088_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_1200" id="ci_AlunoAvaliacao_1521088_1200" value="77349738" type="hidden">
                <input name="nr_Nota_1521088_1200" id="nr_Nota_1521088_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_1620" id="ci_AlunoAvaliacao_1521088_1620" value="79772059" type="hidden">
                <input name="nr_Nota_1521088_1620" id="nr_Nota_1521088_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1521088_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1521088_1730" id="ci_AlunoAvaliacao_1521088_1730" value="77682661" type="hidden">
                <input name="nr_Nota_1521088_1730" id="nr_Nota_1521088_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1485620&nbsp;RODRIGO SA DA SILVA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1485620" type="hidden"></td>
            
            <td id="colunaNotaAluno_1485620_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_154" id="ci_AlunoAvaliacao_1485620_154" value="78645273" type="hidden">
                <input name="nr_Nota_1485620_154" id="nr_Nota_1485620_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_160" id="ci_AlunoAvaliacao_1485620_160" value="78644145" type="hidden">
                <input name="nr_Nota_1485620_160" id="nr_Nota_1485620_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_530" id="ci_AlunoAvaliacao_1485620_530" value="78648534" type="hidden">
                <input name="nr_Nota_1485620_530" id="nr_Nota_1485620_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_780" id="ci_AlunoAvaliacao_1485620_780" value="79307727" type="hidden">
                <input name="nr_Nota_1485620_780" id="nr_Nota_1485620_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_800" id="ci_AlunoAvaliacao_1485620_800" value="78643612" type="hidden">
                <input name="nr_Nota_1485620_800" id="nr_Nota_1485620_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_890" id="ci_AlunoAvaliacao_1485620_890" value="78648111" type="hidden">
                <input name="nr_Nota_1485620_890" id="nr_Nota_1485620_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_970" id="ci_AlunoAvaliacao_1485620_970" value="78650279" type="hidden">
                <input name="nr_Nota_1485620_970" id="nr_Nota_1485620_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_3330" id="ci_AlunoAvaliacao_1485620_3330" value="78646304" type="hidden">
                <input name="nr_Nota_1485620_3330" id="nr_Nota_1485620_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_1130" id="ci_AlunoAvaliacao_1485620_1130" value="78647241" type="hidden">
                <input name="nr_Nota_1485620_1130" id="nr_Nota_1485620_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_1140" id="ci_AlunoAvaliacao_1485620_1140" value="78644673" type="hidden">
                <input name="nr_Nota_1485620_1140" id="nr_Nota_1485620_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_1200" id="ci_AlunoAvaliacao_1485620_1200" value="77349739" type="hidden">
                <input name="nr_Nota_1485620_1200" id="nr_Nota_1485620_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_1620" id="ci_AlunoAvaliacao_1485620_1620" value="79772060" type="hidden">
                <input name="nr_Nota_1485620_1620" id="nr_Nota_1485620_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1485620_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1485620_1730" id="ci_AlunoAvaliacao_1485620_1730" value="77682662" type="hidden">
                <input name="nr_Nota_1485620_1730" id="nr_Nota_1485620_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;143535&nbsp;SAMUEL CHAGAS SILVA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="143535" type="hidden"></td>
            
            <td id="colunaNotaAluno_143535_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_154" id="ci_AlunoAvaliacao_143535_154" value="78645274" type="hidden">
                <input name="nr_Nota_143535_154" id="nr_Nota_143535_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_160" id="ci_AlunoAvaliacao_143535_160" value="78644146" type="hidden">
                <input name="nr_Nota_143535_160" id="nr_Nota_143535_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_530" id="ci_AlunoAvaliacao_143535_530" value="78648535" type="hidden">
                <input name="nr_Nota_143535_530" id="nr_Nota_143535_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_780" id="ci_AlunoAvaliacao_143535_780" value="79307728" type="hidden">
                <input name="nr_Nota_143535_780" id="nr_Nota_143535_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_800" id="ci_AlunoAvaliacao_143535_800" value="78643613" type="hidden">
                <input name="nr_Nota_143535_800" id="nr_Nota_143535_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_890" id="ci_AlunoAvaliacao_143535_890" value="78648112" type="hidden">
                <input name="nr_Nota_143535_890" id="nr_Nota_143535_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_970" id="ci_AlunoAvaliacao_143535_970" value="78650280" type="hidden">
                <input name="nr_Nota_143535_970" id="nr_Nota_143535_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_3330" id="ci_AlunoAvaliacao_143535_3330" value="78646305" type="hidden">
                <input name="nr_Nota_143535_3330" id="nr_Nota_143535_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_1130" id="ci_AlunoAvaliacao_143535_1130" value="78647242" type="hidden">
                <input name="nr_Nota_143535_1130" id="nr_Nota_143535_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_1140" id="ci_AlunoAvaliacao_143535_1140" value="78644674" type="hidden">
                <input name="nr_Nota_143535_1140" id="nr_Nota_143535_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_1200" id="ci_AlunoAvaliacao_143535_1200" value="77349740" type="hidden">
                <input name="nr_Nota_143535_1200" id="nr_Nota_143535_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_1620" id="ci_AlunoAvaliacao_143535_1620" value="79772061" type="hidden">
                <input name="nr_Nota_143535_1620" id="nr_Nota_143535_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_143535_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_143535_1730" id="ci_AlunoAvaliacao_143535_1730" value="77682663" type="hidden">
                <input name="nr_Nota_143535_1730" id="nr_Nota_143535_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;903027&nbsp;STEFHERSON SOUZA SILVA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="903027" type="hidden"></td>
            
            <td id="colunaNotaAluno_903027_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_154" id="ci_AlunoAvaliacao_903027_154" value="78645276" type="hidden">
                <input name="nr_Nota_903027_154" id="nr_Nota_903027_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_160" id="ci_AlunoAvaliacao_903027_160" value="78644148" type="hidden">
                <input name="nr_Nota_903027_160" id="nr_Nota_903027_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_530" id="ci_AlunoAvaliacao_903027_530" value="78648537" type="hidden">
                <input name="nr_Nota_903027_530" id="nr_Nota_903027_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_780" id="ci_AlunoAvaliacao_903027_780" value="79307730" type="hidden">
                <input name="nr_Nota_903027_780" id="nr_Nota_903027_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_800" id="ci_AlunoAvaliacao_903027_800" value="78643615" type="hidden">
                <input name="nr_Nota_903027_800" id="nr_Nota_903027_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_890" id="ci_AlunoAvaliacao_903027_890" value="78648114" type="hidden">
                <input name="nr_Nota_903027_890" id="nr_Nota_903027_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_970" id="ci_AlunoAvaliacao_903027_970" value="78650282" type="hidden">
                <input name="nr_Nota_903027_970" id="nr_Nota_903027_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_3330" id="ci_AlunoAvaliacao_903027_3330" value="78646307" type="hidden">
                <input name="nr_Nota_903027_3330" id="nr_Nota_903027_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_1130" id="ci_AlunoAvaliacao_903027_1130" value="78647244" type="hidden">
                <input name="nr_Nota_903027_1130" id="nr_Nota_903027_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_1140" id="ci_AlunoAvaliacao_903027_1140" value="78644676" type="hidden">
                <input name="nr_Nota_903027_1140" id="nr_Nota_903027_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_1200" id="ci_AlunoAvaliacao_903027_1200" value="77349742" type="hidden">
                <input name="nr_Nota_903027_1200" id="nr_Nota_903027_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_1620" id="ci_AlunoAvaliacao_903027_1620" value="79772063" type="hidden">
                <input name="nr_Nota_903027_1620" id="nr_Nota_903027_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903027_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903027_1730" id="ci_AlunoAvaliacao_903027_1730" value="77682665" type="hidden">
                <input name="nr_Nota_903027_1730" id="nr_Nota_903027_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1520966&nbsp;TAYNARA SAYURE CAETANO DA SILVA
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="1520966" type="hidden"></td>
            
            <td id="colunaNotaAluno_1520966_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_154" id="ci_AlunoAvaliacao_1520966_154" value="78645277" type="hidden">
                <input name="nr_Nota_1520966_154" id="nr_Nota_1520966_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_160" id="ci_AlunoAvaliacao_1520966_160" value="78644149" type="hidden">
                <input name="nr_Nota_1520966_160" id="nr_Nota_1520966_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_530" id="ci_AlunoAvaliacao_1520966_530" value="78648538" type="hidden">
                <input name="nr_Nota_1520966_530" id="nr_Nota_1520966_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_780" id="ci_AlunoAvaliacao_1520966_780" value="79307731" type="hidden">
                <input name="nr_Nota_1520966_780" id="nr_Nota_1520966_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_800" id="ci_AlunoAvaliacao_1520966_800" value="78643616" type="hidden">
                <input name="nr_Nota_1520966_800" id="nr_Nota_1520966_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_890" id="ci_AlunoAvaliacao_1520966_890" value="78648115" type="hidden">
                <input name="nr_Nota_1520966_890" id="nr_Nota_1520966_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_970" id="ci_AlunoAvaliacao_1520966_970" value="78650283" type="hidden">
                <input name="nr_Nota_1520966_970" id="nr_Nota_1520966_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_3330" id="ci_AlunoAvaliacao_1520966_3330" value="78646308" type="hidden">
                <input name="nr_Nota_1520966_3330" id="nr_Nota_1520966_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_1130" id="ci_AlunoAvaliacao_1520966_1130" value="78647245" type="hidden">
                <input name="nr_Nota_1520966_1130" id="nr_Nota_1520966_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_1140" id="ci_AlunoAvaliacao_1520966_1140" value="78644677" type="hidden">
                <input name="nr_Nota_1520966_1140" id="nr_Nota_1520966_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_1200" id="ci_AlunoAvaliacao_1520966_1200" value="77349743" type="hidden">
                <input name="nr_Nota_1520966_1200" id="nr_Nota_1520966_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_1620" id="ci_AlunoAvaliacao_1520966_1620" value="79772064" type="hidden">
                <input name="nr_Nota_1520966_1620" id="nr_Nota_1520966_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1520966_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1520966_1730" id="ci_AlunoAvaliacao_1520966_1730" value="77682666" type="hidden">
                <input name="nr_Nota_1520966_1730" id="nr_Nota_1520966_1730" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1130774&nbsp;THAIS SILVA BRAGA
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="1130774" type="hidden"></td>
            
            <td id="colunaNotaAluno_1130774_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_154" id="ci_AlunoAvaliacao_1130774_154" value="78645278" type="hidden">
                <input name="nr_Nota_1130774_154" id="nr_Nota_1130774_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_160" id="ci_AlunoAvaliacao_1130774_160" value="78644150" type="hidden">
                <input name="nr_Nota_1130774_160" id="nr_Nota_1130774_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_530" id="ci_AlunoAvaliacao_1130774_530" value="78648539" type="hidden">
                <input name="nr_Nota_1130774_530" id="nr_Nota_1130774_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_780" id="ci_AlunoAvaliacao_1130774_780" value="79307732" type="hidden">
                <input name="nr_Nota_1130774_780" id="nr_Nota_1130774_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_800" id="ci_AlunoAvaliacao_1130774_800" value="78643617" type="hidden">
                <input name="nr_Nota_1130774_800" id="nr_Nota_1130774_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_890" id="ci_AlunoAvaliacao_1130774_890" value="78648116" type="hidden">
                <input name="nr_Nota_1130774_890" id="nr_Nota_1130774_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_970" id="ci_AlunoAvaliacao_1130774_970" value="78650284" type="hidden">
                <input name="nr_Nota_1130774_970" id="nr_Nota_1130774_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_3330" id="ci_AlunoAvaliacao_1130774_3330" value="78646309" type="hidden">
                <input name="nr_Nota_1130774_3330" id="nr_Nota_1130774_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_1130" id="ci_AlunoAvaliacao_1130774_1130" value="78647246" type="hidden">
                <input name="nr_Nota_1130774_1130" id="nr_Nota_1130774_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_1140" id="ci_AlunoAvaliacao_1130774_1140" value="78644678" type="hidden">
                <input name="nr_Nota_1130774_1140" id="nr_Nota_1130774_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_1200" id="ci_AlunoAvaliacao_1130774_1200" value="77349744" type="hidden">
                <input name="nr_Nota_1130774_1200" id="nr_Nota_1130774_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_1620" id="ci_AlunoAvaliacao_1130774_1620" value="79772065" type="hidden">
                <input name="nr_Nota_1130774_1620" id="nr_Nota_1130774_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1130774_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1130774_1730" id="ci_AlunoAvaliacao_1130774_1730" value="77682667" type="hidden">
                <input name="nr_Nota_1130774_1730" id="nr_Nota_1130774_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1619781&nbsp;WEBERT PEREIRA DE CARVALHO
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1619781" type="hidden"></td>
            
            <td id="colunaNotaAluno_1619781_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_154" id="ci_AlunoAvaliacao_1619781_154" value="78645279" type="hidden">
                <input name="nr_Nota_1619781_154" id="nr_Nota_1619781_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_160" id="ci_AlunoAvaliacao_1619781_160" value="78644151" type="hidden">
                <input name="nr_Nota_1619781_160" id="nr_Nota_1619781_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_530" id="ci_AlunoAvaliacao_1619781_530" value="78648540" type="hidden">
                <input name="nr_Nota_1619781_530" id="nr_Nota_1619781_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_780" id="ci_AlunoAvaliacao_1619781_780" value="79307733" type="hidden">
                <input name="nr_Nota_1619781_780" id="nr_Nota_1619781_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_800" id="ci_AlunoAvaliacao_1619781_800" value="78643618" type="hidden">
                <input name="nr_Nota_1619781_800" id="nr_Nota_1619781_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_890" id="ci_AlunoAvaliacao_1619781_890" value="78648117" type="hidden">
                <input name="nr_Nota_1619781_890" id="nr_Nota_1619781_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_970" id="ci_AlunoAvaliacao_1619781_970" value="78650285" type="hidden">
                <input name="nr_Nota_1619781_970" id="nr_Nota_1619781_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_3330" id="ci_AlunoAvaliacao_1619781_3330" value="78646310" type="hidden">
                <input name="nr_Nota_1619781_3330" id="nr_Nota_1619781_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_1130" id="ci_AlunoAvaliacao_1619781_1130" value="78647247" type="hidden">
                <input name="nr_Nota_1619781_1130" id="nr_Nota_1619781_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_1140" id="ci_AlunoAvaliacao_1619781_1140" value="78644679" type="hidden">
                <input name="nr_Nota_1619781_1140" id="nr_Nota_1619781_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_1200" id="ci_AlunoAvaliacao_1619781_1200" value="77349745" type="hidden">
                <input name="nr_Nota_1619781_1200" id="nr_Nota_1619781_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_1620" id="ci_AlunoAvaliacao_1619781_1620" value="79772066" type="hidden">
                <input name="nr_Nota_1619781_1620" id="nr_Nota_1619781_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1619781_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1619781_1730" id="ci_AlunoAvaliacao_1619781_1730" value="77682668" type="hidden">
                <input name="nr_Nota_1619781_1730" id="nr_Nota_1619781_1730" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1173299&nbsp;YAN JEFFERSON DA MATA MARQUES
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1173299" type="hidden"></td>
            
            <td id="colunaNotaAluno_1173299_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_154" id="ci_AlunoAvaliacao_1173299_154" value="78645280" type="hidden">
                <input name="nr_Nota_1173299_154" id="nr_Nota_1173299_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_160" id="ci_AlunoAvaliacao_1173299_160" value="78644152" type="hidden">
                <input name="nr_Nota_1173299_160" id="nr_Nota_1173299_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_530" id="ci_AlunoAvaliacao_1173299_530" value="78648541" type="hidden">
                <input name="nr_Nota_1173299_530" id="nr_Nota_1173299_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_780" id="ci_AlunoAvaliacao_1173299_780" value="79307734" type="hidden">
                <input name="nr_Nota_1173299_780" id="nr_Nota_1173299_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_800" id="ci_AlunoAvaliacao_1173299_800" value="78643619" type="hidden">
                <input name="nr_Nota_1173299_800" id="nr_Nota_1173299_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_890" id="ci_AlunoAvaliacao_1173299_890" value="78648118" type="hidden">
                <input name="nr_Nota_1173299_890" id="nr_Nota_1173299_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_970" id="ci_AlunoAvaliacao_1173299_970" value="78650286" type="hidden">
                <input name="nr_Nota_1173299_970" id="nr_Nota_1173299_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_3330" id="ci_AlunoAvaliacao_1173299_3330" value="78646311" type="hidden">
                <input name="nr_Nota_1173299_3330" id="nr_Nota_1173299_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_1130" id="ci_AlunoAvaliacao_1173299_1130" value="78647248" type="hidden">
                <input name="nr_Nota_1173299_1130" id="nr_Nota_1173299_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_1140" id="ci_AlunoAvaliacao_1173299_1140" value="78644680" type="hidden">
                <input name="nr_Nota_1173299_1140" id="nr_Nota_1173299_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_1200" id="ci_AlunoAvaliacao_1173299_1200" value="77349746" type="hidden">
                <input name="nr_Nota_1173299_1200" id="nr_Nota_1173299_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_1620" id="ci_AlunoAvaliacao_1173299_1620" value="79772067" type="hidden">
                <input name="nr_Nota_1173299_1620" id="nr_Nota_1173299_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173299_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173299_1730" id="ci_AlunoAvaliacao_1173299_1730" value="77682669" type="hidden">
                <input name="nr_Nota_1173299_1730" id="nr_Nota_1173299_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: none; top: 135px; left: 256px;" id="tooltip"><h3>ARTE</h3><div class="body">ALANNA CAVALCANTE GOMES</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>